home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global therate, btncast
- if btncast = 24 then
- nothing()
- else
- chkbtn()
- end if
- set therate to the movieRate of sprite 10
- if the stillDown then
- set the movieRate of sprite 10 to -1.5
- else
- set the movieRate of sprite 10 to -4
- end if
- end
-